home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / wb-enhancement / clocktool / clocktool.h < prev    next >
C/C++ Source or Header  |  1994-04-04  |  632b  |  33 lines

  1. /*
  2.  * ClockTool.h
  3.  */
  4.  
  5. #include <stdio.h>
  6. #include <stdlib.h>
  7. #include <fcntl.h>
  8. #include <ctype.h>
  9. #include <exec/types.h>
  10. #include <string.h>
  11. #include <time.h>
  12. #include <libraries/dosextens.h>
  13. #include <proto/dos.h>
  14. #include <clib/intuition_protos.h>
  15. #include <clib/utility_protos.h>
  16. #include <clib/exec_protos.h>
  17. #include <clib/alib_protos.h>
  18. #include <clib/battclock_protos.h>
  19. #include <proto/exec.h>
  20. #include <devices/timer.h>
  21. #include <exec/io.h>
  22.  
  23. #include <dos/dos.h>
  24. #include <dos.h>
  25. #include <dos/datetime.h>
  26. #include <utility/date.h>
  27. #include <resources/battclock.h>
  28.  
  29.  
  30. #include "typedefs.h"
  31. #include "ClockTool_protos.h"
  32.  
  33.